-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
111 lines (90 loc) · 1.79 KB
/
style.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
* {
margin: 0;
padding: 0;
}
p {
color: hsla(0, 0%, 100%, 0.75)
}
body,
h3,
button {
color: hsl(0, 0%, 95%);
}
#father {
display: flex;
margin: auto;
width: 100vh;
margin-top: 10%;
contain: content;}
h3 {
font-family: "Big shoulders display";
padding-bottom: 10px;
}
p {
font-family: 'Lexend Deca', sans-serif;
padding: 5px;
}
.f1 {
background: hsl(31, 77%, 52%);
width: 33%;
padding: 2rem;
padding-bottom: 5px
}
.f2 {
background: hsl(184, 100%, 22%);
width: 33%;
padding: 2rem;
padding-bottom: 5px;
}
.b1 {
margin-bottom: 0%;
background-color: transparent;
padding:5px;
border: 1px solid white;
}
.b2{margin-bottom: 0%;
background-color: transparent;
padding:5px;
border: 1px solid white;}
.b3 {margin-bottom: 0%;
background-color: transparent;
padding:5px;
border: 1px solid white;}
.f3 {width: 33%;
background: hsl(179, 100%, 13%);
padding: 2rem;
padding-bottom: 5px
}
button:hover{background-color: aliceblue;
color :black;}
button {
border-radius: 20px;
border: none;
margin-bottom: 0px;
}
h3 {
font-family: 'Big Shoulders Display', cursive;
font-family: 'Lexend Deca', sans-serif;
}
img {
padding: top 2px;
padding-left: 0%;
}
@media only screen and (max-width: 500px) {
#father {
display: block;
width:100%;
height: fit-content;
}
#f1{width: 100%;}
#f2{width: 100%;}
#f3{width: 100%;}
}
@media only screen and (max-width: 350px) {
#father{display: block;
margin: 0px;}
}
a{font size :25px;
position :fixed;
text-decoration:none;
color:black;}