first commit
This commit is contained in:
13
css/main.css
Normal file
13
css/main.css
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
html {
|
||||||
|
background-color: black;
|
||||||
|
font-family: sans-serif;
|
||||||
|
text-align: center;
|
||||||
|
color: white;
|
||||||
|
padding-top: 9rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 20rem;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
223
images/komcreativelogo.svg
Normal file
223
images/komcreativelogo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 15 KiB |
16
index.html
Normal file
16
index.html
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html class="no-js" lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title>Kom Creative: New site coming soon.</title>
|
||||||
|
<meta name="description" content="Kom Creative is a Chicago based graphic design firm established in 2014." />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<link rel="stylesheet" href="css/main.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<img src="images/komcreativelogo.svg">
|
||||||
|
<h1>Welcome to Kom Creative</h1>
|
||||||
|
<p>New website coming soon.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user