-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
81 lines (70 loc) · 1.24 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
body{
display: grid;
grid-template-columns: 1fr 1fr;
}
#portion1{
height: 100vh;
background-image: url(l.JPEG);
background-repeat: no-repeat;
background-size:cover ;
}
.center {
display: flex;
align-items: center;
justify-content: center;
}
#portion2{
background-color: rgb(116, 114, 114);
}
h1{
font-style: Georgia;
color: whitesmoke;
size: 10px;
}
p{
color: whitesmoke;
}
#button1{
border-radius: 3cm;
width: 4cm;
height: 2cm;
margin-top: 40px;
border: none;
}
form{
font: calibri;
border: 2px solid goldenrod;
width: 12cm;
height: 13cm;
background-color: whitesmoke;
border-radius: 2cm;
border: none;
background-image: url(m.JPEG);
background-repeat: none;
background-size: contain;
}
h2{
font-style: Times ;
}
.bt:hover{
cursor: pointer;
background-color: black;
color: white;
text-decoration-color: none;
transform: scale(1.2);
transition: ease .4s;
}
.label{
border-radius: 3cm;
height: 1cm;
width: 4cm;
border-color: gold;
}
#button2{
border-radius: 3cm;
width: 2cm;
height: .6cm;
margin-top: 40px;
border-color: gold;
transform: scale(1.4);
}