-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle1.css
More file actions
101 lines (93 loc) · 1.87 KB
/
style1.css
File metadata and controls
101 lines (93 loc) · 1.87 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
96
97
98
99
100
101
body {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.main {
background-image: url(https://www.pixelstalk.net/wp-content/uploads/2016/06/High-Tech-HD-Wallpapers.jpg);
background-size: cover;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: rgb(255, 255, 255);
overflow: auto;
font-size: 20px;
}
.main::after {
background-color: rgb(0, 0, 0, .8);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.main > h1,
.main > p {
text-align: center;
font-family: 30px;
z-index: 5;
position: relative;
}
.main-content {
background-color: rgba(79, 49, 107, 0.726);;
max-width: 750px;
display: flex;
flex-direction: column;
padding: 50px;
margin: auto;
border-radius: 1px;
z-index: 2;
position: relative;
box-shadow: 0 -7px 3px 7px rgba(11, 213, 248, 0.863);
}
#dropdown,
#email,
#message,
#name,
#number {
display: inline;
width: 100%;
height: 37px;
padding: 2px 10px;
color: black;
background-color: whitesmoke;
border: 1px solid white;
border-radius: 6px;
font-size: 14px;
margin-bottom: 25px;
}
label[for=dropdown],
label[for=email],
label[for=message],
label[for=name],
label[for=number] {
margin-bottom: 10px;
display: inline-flex;
}
#C+,
#Java,
#PHP,
#Python,
fieldset input {
height: 20px;
width: 20px;
margin-right: 10px;
margin-bottom: 10px;
}
#message {
min-height: auto;
}
label[for=message] {
margin-top: auto;
}
#submit {
display: block;
width: 100%;
padding: 1rem;
color: black;
background: rgb(18, 142, 180);
border-radius: 7px;
cursor: pointer;
border: 1px ;
color: white;
font-size: 24px;
}