Skip to content

Commit f237109

Browse files
create style
1 parent d8781fd commit f237109

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

src/style/style.css

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
.hidden{
2+
display: none;
3+
}
4+
.heading-title{
5+
margin-bottom: 2px;
6+
}
7+
.text-decoration{
8+
text-decoration: none;
9+
}
10+
.heading-tag{
11+
margin-bottom: 2px;
12+
}
13+
14+
.heading-description{
15+
margin-bottom: 2px;
16+
}
17+
18+
.link-list{
19+
padding: 0px 0px 0px 10px;
20+
font-size: 18px;
21+
}
22+
23+
.mx-auto{
24+
margin-left: auto;
25+
margin-right: auto;
26+
}
27+
.theme-toggle-button{
28+
padding: 0px;
29+
background-color: transparent;
30+
border: none;
31+
}
32+
.image-container-outer{
33+
margin: 12px auto;
34+
}
35+
.image-container{
36+
width: -webkit-fill-available;
37+
}
38+
.readPost{
39+
margin-top: 60px;
40+
margin-bottom: 18px;
41+
}
42+
.paragraf-description{
43+
margin-bottom: 2px;
44+
}
45+
46+
.article-card{
47+
margin-top: 20px;
48+
}

0 commit comments

Comments
 (0)