multiple css improvements
This commit is contained in:
parent
3c9d1305c1
commit
0713bd20d0
@ -3,6 +3,7 @@ pre {
|
||||
font-size: 12px;
|
||||
border: 1px #e1e4e8 solid;
|
||||
background-color: #f6f8fa;
|
||||
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.19);
|
||||
}
|
||||
|
||||
div.highlighter-rouge {
|
||||
|
@ -138,4 +138,34 @@ blockquote:before {
|
||||
blockquote p {
|
||||
display: inline;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.twitter-tweet {
|
||||
border-radius: 15px;
|
||||
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.19);
|
||||
|
||||
iframe {
|
||||
padding: 0;
|
||||
max-width:100%;
|
||||
}
|
||||
}
|
||||
|
||||
.card-img-top{
|
||||
max-width:100%;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.home-project:hover{
|
||||
box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.19);
|
||||
transition: 0.15s;
|
||||
}
|
||||
|
||||
.list-group-item-action{
|
||||
transition: background 0.2s cubic-bezier(0, 0, 0.58, 1);
|
||||
}
|
||||
|
||||
.list-group-item-action:hover{
|
||||
// box-shadow: 0 4px 2px rgba(0, 0, 0, 0.19);
|
||||
transition: background 0s;
|
||||
|
||||
}
|
@ -16,7 +16,6 @@ uses:
|
||||
<div class="hello container">
|
||||
<h1>Hi,</h1>
|
||||
<h1>I am Evan Pratten</h1>
|
||||
<h3 id="callsign"><a href="https://www.qrz.com/db/VA3ZZA"><em>VA3ZZA</em></a></h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -24,9 +23,7 @@ uses:
|
||||
<div class="inner-content-container home-content container">
|
||||
<h1>Who I am</h1>
|
||||
|
||||
<h3>I am a senior-year Highschool student who studies computer science, just finished a pipeline
|
||||
internship
|
||||
at <a href="https://industrialbrothers.com">Industrial Brothers</a> and am one of the primary
|
||||
<h3>I am a senior-year Highschool student who studies computer science, a Canadian amateur radio operator (callsign <a href="https://www.qrz.com/db/VA3ZZA">va3zza</a>), and am one of the primary
|
||||
software
|
||||
developers
|
||||
writing the code that powers competition-ready robots at <a href="https://github.com/frc5024">Raider
|
||||
|
Loading…
x
Reference in New Issue
Block a user