Skip to content

Commit 097ce67

Browse files
committed
Added Welcome!
1 parent 6a41cdd commit 097ce67

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

css/start.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ html, body, .main {
4848
scrollbar-width: none;
4949
}
5050

51+
.welcome {
52+
position: absolute;
53+
top: 10%;
54+
}
55+
5156
.contact {
5257
cursor: pointer;
5358
}

start.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
</head>
1111
<body>
1212
<div class="main">
13+
<div class="welcome">
14+
<h2>Welcome!</h1>
15+
</div>
16+
1317
<div id="goto" class="goto"">
1418
<h2>Go to main page</h2>
1519
</div>

0 commit comments

Comments
 (0)