Skip to content

Commit d8f11e9

Browse files
committed
Fixed [King's] landing
1 parent ca96048 commit d8f11e9

File tree

4 files changed

+246
-14
lines changed

4 files changed

+246
-14
lines changed

css/Fermat.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

css/custom-style.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,24 @@ background-size:cover;
4242

4343
}
4444

45+
#landingText{
46+
position: absolute;
47+
top: 25%;
48+
left: 50%;
49+
50+
}
51+
52+
#viewProectsLanding{
53+
position: center;
54+
}
55+
56+
#landingImage{
57+
position: relative;
58+
top: 10%;
59+
left: 10%;
60+
width: 600px;
61+
height:600px;
62+
}
63+
64+
65+

0 commit comments

Comments
 (0)