-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
86 lines (76 loc) · 1.29 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
.card {
height: 10vh;
width: 26vw;
margin: auto;
display: flex;
justify-content: center;
border-radius: 10PX;
background: linear-gradient(rgb(70, 70, 181),rgba(76, 182, 111, 0.75));
position: relative;
box-shadow: 8px 8px 15px 6px rgba(0, 0, 0, 0.422);
}
input {
height: 48%;
width: 80%;
margin-top: 20px;
font-size: 18px;
background-color: rgba(0, 0, 0, 0.14);
}
button {
height: 34px;
width: 40px;
margin-top: 20px;
margin-left: 2px;
background-color: rgba(0, 0, 0, 0.14);
}
input::placeholder {
font-size: 18px;
}
h2 {
width: 16vw;
height: 5vh;
margin: auto;
}
.im1{
width: 20vw;
height: 15vh;
margin-left: 50px;
}
.div{
position: absolute;
top:20vh;
}
.div1{
display: flex;
flex-flow: column wrap;
height: 40vh;
width: 25vw;
}
h1{
color: red;
}
body{
background-color: rgba(11, 125, 224, 0.218);
}
#cl{
border-radius: 60px;
}
h2{
color: black;
}
span{
font-size: 30px;
position: relative;
bottom: 15px;
font-weight: 600;
}
#id{
font-size: 28px;
font-weight: 800;
color: whitesmoke;
/* we can write the media_quary for more responsive web page */
@media only screen and (max-width:720px){
body{
background-color: red;
}
}