-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (41 loc) · 702 Bytes
/
style.css
File metadata and controls
41 lines (41 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
html,body{
overflow-x: hidden;
}
h2,h3,p,a{
font-family: Arial, Helvetica, sans-serif;
letter-spacing: 2px;
word-spacing: 4px;
line-height: 25px;
}
h1, h2 ,h3 ,h4,{
letter-spacing: 4px;
word-spacing: 8px;
}
h2{
font-size: 2em; text-align: center ; padding: 100px 0px 40px 0px; color: black;
}
p{
color: gray;
padding: 5px;
}
div.home{
background-image:url("https://codeyogi.io/images/bgbanner.jpg");
}
.container{
display: flex;
flex-wrap: wrap;
}
.item{
text-align: center;
padding: 20px;
flex: 1 1 30%;
}
.container1{
display: flex;
flex-wrap: wrap;
}
.item1{
text-align: center;
padding: 50px;
flex: 1 1 40%;
}