This commit is contained in:
Cameron Squire
2018-01-21 15:15:36 -08:00
parent 2b187fc46d
commit 3b057b15d8
+3 -2
View File
@@ -6,7 +6,7 @@
h1 { h1 {
font-family: 'Shrikhand', sans-serif; font-family: 'Shrikhand', sans-serif;
color: white; color: white;
font-size: 60px; font-size: 120px;
} }
body { body {
background-color: black; background-color: black;
@@ -14,7 +14,7 @@
img.logo { img.logo {
position: relative; position: relative;
float: left; float: left;
width: 10%; width: 7%;
} }
</style> </style>
</head> </head>
@@ -23,3 +23,4 @@
<h1>Natural Brand</h1> <h1>Natural Brand</h1>
</body> </body>
</html> </html>
<!--Paolo is mrskol - Oliver is opelly -->