-
Notifications
You must be signed in to change notification settings - Fork 0
/
frontpage.css
124 lines (99 loc) · 2.05 KB
/
frontpage.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
body{
font-family:'Times New Roman', Times, serif;
background-color: rgba(255, 255, 255, 0.267);
}
.main{
padding: 25px 20px;
}
h2{
font-weight: lighter;
}
.copy-container h1{
font-size: 70px;
color: goldenrod;
text-align: center;
}
.copy-container img{
height: 100px;
width: 400px;
float: left;
align-self: center;
}
.copy-container h2{
font-family: 'BigCaslon', 'TimesNewRoman';
font-size: 20px;
text-align: left;
color: cadetblue;
padding-right: 10px;
padding-left: 10px;
}
.copy-container span{
font-style: italic;
color: brown;
float: right;
}
.copy-container{
border-bottom: purple 2px solid;
padding-bottom: 15px;
}
.contents{
height: 1000px;
margin-top: 50px;
border: teal 4px solid ;
border-radius: 40px;
margin-bottom: 50px;
padding-bottom: 10px;
}
.content-logo{
font-size: 45px;
text-align: center;
padding-bottom: 11px;
color: white ;
padding-top: 25px;
}
.content-logo span{
padding: 8px 2px;
border-radius: 7px;
}
.content-items1{
margin-right: 40px;
margin-left: 85px;
margin-top: 25px;
float: left;
}
.content-items1:hover{
-ms-transform: scale(1.25);
-webkit-transform: scale(1.25);
transform: scale(1.25);
}
.content-items2{
margin-right: 40px;
margin-left: 85px;
margin-top: 25px;
float: left;
}
.content-items2:hover{
-ms-transform: scale(1.25);
-webkit-transform: scale(1.25);
transform: scale(1.25);
}
.content-items3{
margin-right: 40px;
margin-left: 85px;
margin-top: 25px;
float: left;
}
.content-items3:hover{
-ms-transform: scale(1.25);
-webkit-transform: scale(1.25);
transform: scale(1.25);
}
.contents img{
height: 250px;
width: 250px;
border-radius: 25px;
padding-top: 5px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 2px;
}