Create index.css

This commit is contained in:
Robert Jeutter 2019-03-18 20:10:45 +01:00 committed by GitHub
parent 9c35d0f6ce
commit 0fc3b05dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

39
index.css Normal file
View File

@ -0,0 +1,39 @@
body {
font: 400 15px Montserrat, sans-serif;
line-height: 1.8;
color: #d9d9d9;
background-color:#ffffff;
}
h1 {
font-size: 35px;
text-transform: uppercase;
color:#b3b3b3;
font-weight: 600;
}
a {
color:#cccccc;
text-decoration: none;
}
.clear_top{
font-size: 40px;
color:#ffffff;
}
.card-img{
margin-top:10%;
height:80%;
}
.list-inline-item{
size:15px;
color:#00004d;
}
.skill{
height:45px;
}
.show_first{display:block;}
.show_hover{display:none;}