-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
54 lines (54 loc) · 982 Bytes
/
styles.css
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
42
43
44
45
46
47
48
49
50
51
52
53
54
h1 {
color: aquamarine;
font-family: Google Sans, Arial, sans-serif;
}
.bodydep {
padding-left: 20%;
padding-right: 20%;
background-color: rgb(248, 247, 247);
}
.banner {
color: none;
display: flex;
justify-content: center;
}
.search-section {
height: 450px;
background-color: white;
width: 100%;
justify-content: center;
display: flex;
flex-direction: column;
align-items: center;
}
.price-section {
height: 200px;
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-around;
}
.partner-section {
height: 200px;
/* background-color: cornsilk; */
width: 100%;
}
.price-section1 {
background-color: white;
padding: 10px;
width: 50%;
}
.price-section2 {
background-color: white;
width: 50%;
}
.rcorners2 {
border-radius: 25px;
border: 1px solid grey;
padding: 20px;
margin: 10px;
}
.domainforsale {
font-size: 25px;
justify-content: center;
}