-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
51 lines (46 loc) · 951 Bytes
/
Copy pathmain.css
File metadata and controls
51 lines (46 loc) · 951 Bytes
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
img {
position: absolute;
height: 100vh;
width: 100vw;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
p {
font-weight: bold;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 26px;
}
.container .form {
position: relative;
border: 1px solid;
width: 250px;
height: 400px;
text-align: center;
justify-content: center;
border-radius: 20px;
background-color: white;
}
.inputform {
font-family: Verdana, Geneva, Tahoma, sans-serif;
position: relative;
padding: 15px;
border: 1px solid black;
border-radius: 10px;
margin-bottom: 5px;
width: 180px;
}
.buttonform button {
font-style: italic;
font-size: 15px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
position: relative;
padding: 15px;
width: 200px;
border-radius: 15px;
margin-bottom: 5px;
top: 20px;
}