-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
54 lines (47 loc) · 864 Bytes
/
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
* {
font-family: "Poppins", sans-serif;
}
/* .input-fields{
margin: 2px auto;
max-width: 500px;
} */
.input-fields input,
textarea {
width: 100%;
height: 40px;
margin: 2px;
}
/* input:focus,
textarea:focus {
outline: none;
border: 2px solid rgb(68, 218, 255);
} */
.hero {
background-color: rgb(85, 85, 85);
text-align: center;
padding: 10px;
color: white;
}
.main {
display: flex;
justify-content: space-around;
padding: 10px;
/* background-color: rgb(68, 218, 255); */
}
/* .main h2 {
border-bottom: 2px solid rgb(7, 7, 7);
width: max-content;
color: white;
} */
/* .btn {
text-align: center;
margin: 2px;
}
button {
width: 150px;
background-color: rgb(68, 218, 255);
color: white;
font-size: 18px;
border: none;
border-radius: 5px;
} */