-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompound.css
79 lines (66 loc) · 1.28 KB
/
compound.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
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,800;1,600&display=swap');
* {
font-family: Open Sans;
scroll-behavior: smooth;
}
h1 {
text-align: center;
color: #0080FA;
font-size: 50px;
padding-top: 80px;
}
body {
background: url(./images/interest.jpg);
width: 100%;
}
label {
display: block;
margin: 1rem;
padding: 8px;
}
input {
height: 2rem;
width: 12rem;
border: none;
border-bottom: 2px solid black;
background: #D3D3D3;
}
input:focus {
outline: none;
border-bottom: 3px solid rgb(160, 64, 64);
}
p {
font-size: 30px;
font-weight: 400;
text-align: center;
padding-top: 30px;
}
div {
background: cornflowerblue;
width: 500px;
height: 500px;
margin: 60px;
border-radius: 30px;
box-shadow: 8px 8px 10px #161b20;
justify-content: center;
margin-left: 715px;
display: flex;
flex-wrap: wrap;
}
button {
padding: 5px;
margin: 20px;
background: none;
font-size: 20px;
color: #053F42;
border-radius: 30px;
border-color: black;
}
a {
text-decoration: none;
color: black;
margin: 20px;
padding-top: 20px;
font-weight: 400;
font-size: 1.5rem;
@media only screen and (max-width: 500px)