-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
95 lines (85 loc) · 1.71 KB
/
Copy pathstyle.css
File metadata and controls
95 lines (85 loc) · 1.71 KB
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
87
88
89
90
91
92
93
94
95
body {
font-family: Roboto, sans-serif;
text-transform: uppercase;
background-image: url(img/1124-14.jpg);
background-position: bottom;
background-repeat: no-repeat;
height: 100vh;
color: rgb(68, 245, 71);
text-shadow: 2px 2px 1px black;
position: relative;
}
fieldset {
border-top: 4px solid #249f00;
border-bottom: 4px solid #249f00;
background-color: rgba(7, 55, 2, 0.65);
width:700px;
margin: 50px;
padding: 20px;
margin: auto;
top: 100px;
position: relative;
}
input {
margin-left: 20px;
}
input:focus {
box-shadow: 0px 0px 5px #d1dfff;
}
.gender {
float: right;
text-align: center;
width: 400px;
border: 1px solid #fff;
padding: 5px;
}
.gender span{
font-size: 30px;
}
.name {
width: 250px;
float: left;
position: relative;
}
.name input, select {
position: absolute;
right: 1px;
background: rgba(10, 118, 5, 0.81);
color:rgb(68, 245, 71);
text-transform: uppercase;
font-weight: 600;
}
.clearfix {
margin-top: 120px;
position: relative;
display: block;
clear: both;
margin: auto;
text-align: center;
padding-top: 20px;
}
button {
background: rgba(158, 0, 0, 0.97);
text-transform: uppercase;
color: #dadde0;
font-weight: 600;
padding: 5px;
}
form {
position: relative;
margin-bottom: 150px;
}
.test {
width: 500px;
position: relative;
height: 200px;
background-color: #0f4000;
border-radius: 20px;
box-shadow: 2px 2px 2px black;
margin: auto;
padding: 20px;
font-size: 16px;
color: #00e300;
text-shadow: 0px 0px 0px black;
font-family: Robot, monospace;
}