This commit is contained in:
Cameron Squire
2018-01-21 15:00:21 -08:00
parent 296e1e9aa8
commit 2b187fc46d
+2 -1
View File
@@ -6,6 +6,7 @@
h1 { h1 {
font-family: 'Shrikhand', sans-serif; font-family: 'Shrikhand', sans-serif;
color: white; color: white;
font-size: 60px;
} }
body { body {
background-color: black; background-color: black;
@@ -13,7 +14,7 @@
img.logo { img.logo {
position: relative; position: relative;
float: left; float: left;
width: 30%; width: 10%;
} }
</style> </style>
</head> </head>