-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathall_Classes.css
107 lines (98 loc) · 1.9 KB
/
all_Classes.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
body{
background-color: #3F0E40;
}
.contain{
position: absolute;
width: 90%;
left: 13%;
top: 90px;
}
.container{
background: #ecf0f1;
border-radius: 5px;
box-shadow:0 1px 2px #555;
position: relative;
z-index: 0;
width: 50%;
left: 10%;
padding: 20px;
height:50px;
}
.container2{
margin-top: 20px;
background: #ecf0f1;
border-radius: 5px;
box-shadow:0 1px 2px #555;
position: relative;
z-index: 0;
width: 50%;
padding: 20px;
left: 10%;
height:50px
}
.container3{
margin-top: 20px;
background: #ecf0f1;
border-radius: 5px;
box-shadow:0 1px 2px #555;
position: relative;
z-index: 0;
width: 50%;
padding: 20px;
left: 10%;
height:50px;
}
.container4{
margin-top: 20px;
background: #ecf0f1;
border-radius: 5px;
box-shadow:0 1px 2px #555;
position: relative;
z-index: 0;
width: 50%;
padding: 20px;
left: 10%;
height:50px;
}
.container5{
margin-top: 20px;
background: #ecf0f1;
border-radius: 5px;
box-shadow:0 1px 2px #555;
position: relative;
z-index: 0;
width: 50%;
padding: 20px;
left: 10%;
height:50px;
}
input{
width: 200px;
height: 40px;
position: relative;
float: right;
margin-top: -70px;
margin-right: 90px;
}
.paragraph1{
font-size: 40px;
color: #fff;
margin-top: -0.2px;
padding-left: 15px;
}
.fa-graduation-cap{
color: #fff;
}
.fa-book{
color: #3F0E40;
}
h4{
font-size: 22px;
font-weight: bold;
margin-top: 10px;
padding-top:2px;
padding-left: 9px;
}
.bracket{
color: #555;
}