Skip to content

Commit fd8f95b

Browse files
committed
Iniciando css
1 parent cce8fe6 commit fd8f95b

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

style.css

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
* {
2+
padding: 0;
3+
margin: 0;
4+
border: 0
5+
}
6+
7+
main {
8+
display: flex;
9+
padding: 0px 0px 0px 21%;
10+
height: 100vh;
11+
background-color: #121112;
12+
}
13+
14+
.font-standart {
15+
color: white;
16+
font-family: 'Fredoka One', cursive;
17+
}
18+
19+
.font-contrast {
20+
color: #f43f33;
21+
font-family: 'Fredoka One', cursive;
22+
}
23+
24+
.title-contrast {
25+
font-family: 'Tangerine', cursive;
26+
font-size: 50px;
27+
}
28+
29+
.title-content {
30+
padding: 6% 0px 0px 0px;
31+
}
32+
33+
#aside-left {
34+
display: flex;
35+
flex-direction: column;
36+
justify-content: center;
37+
align-items: center;
38+
width: 20%;
39+
height: 100vh;
40+
position: fixed;
41+
background-color: #1d1b1d;
42+
border-right: #363537 2px solid;
43+
}
44+
45+
#title-aside-left {
46+
display: flex;
47+
border: 0px;
48+
padding: 0px;
49+
}
50+
51+
#subtitle-aside-left {
52+
display: flex;
53+
border: 0px;
54+
padding-right: 90px;
55+
}
56+
57+
.paddin-ico {
58+
padding: 10px 0px 0px 80px;
59+
font-size: 50px;
60+
align-self: start;
61+
}
62+
63+
.nav-content {
64+
display: flex;
65+
flex-direction: column;
66+
}
67+
68+
#home {
69+
width: 80%;
70+
}

0 commit comments

Comments
 (0)