From 0fc3b05dbae20ee30bd822da66645433d3930b42 Mon Sep 17 00:00:00 2001 From: Robert Jeutter <48153869+wieerwill@users.noreply.github.com> Date: Mon, 18 Mar 2019 20:10:45 +0100 Subject: [PATCH] Create index.css --- index.css | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 index.css diff --git a/index.css b/index.css new file mode 100644 index 0000000..e59384b --- /dev/null +++ b/index.css @@ -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;}