Skip to content

Commit eb075f4

Browse files
authored
Create styles.css
1 parent 8801154 commit eb075f4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

public/css/styles.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
html {
2+
height: 100%;
3+
width: 100%;
4+
}
5+
6+
body {
7+
display: table;
8+
height: 100%;
9+
margin: 0;
10+
padding: 0;
11+
width: 100%;
12+
}
13+
14+
.row {
15+
display: table-row;
16+
height: 75%;
17+
background-color: #282828;
18+
text-align: center;
19+
}
20+
21+
.h1 {
22+
font-size: 54px;
23+
font-family: 'Roboto', sans-serif;
24+
background: linear-gradient(to right, #FFFFFF 0%, #FF6600 100%);
25+
-webkit-background-clip: text;
26+
-webkit-text-fill-color: transparent;
27+
padding-top: 100px;
28+
}

0 commit comments

Comments
 (0)