CV Added
This commit is contained in:
@@ -25,6 +25,20 @@ body {
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: 'Redacted Reg';
|
||||
letter-spacing: 2px;
|
||||
font-size: 40px;
|
||||
color: rgb(245, 102, 102);
|
||||
line-height: 50px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: rgb(73, 146, 248);
|
||||
font-family: 'Redacted Reg';
|
||||
}
|
||||
|
||||
#container-gallery {
|
||||
position: absolute;
|
||||
top:100px;
|
||||
@@ -634,6 +648,12 @@ body {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
h2 {
|
||||
letter-spacing: 1px;
|
||||
font-size: 20px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
#list-container h2 {
|
||||
letter-spacing: 1px;
|
||||
font-size: 20px;
|
||||
|
||||
Reference in New Issue
Block a user