forked from CUNYTechPrep/bootstrap-lab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
81 lines (77 loc) · 1.12 KB
/
styles.css
File metadata and controls
81 lines (77 loc) · 1.12 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
body{
font-family:'Noto Sans';
}
.header{
background-image: url("../img/milkbg.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-align: center;
}
/*.menu{
display: flex;
justify-content: space-between;
}*/
.idx{
border-left: 1px solid white;
padding: 2px 1%;
}
.cookie{
display: inline-block;
background: rgba(0, 0, 0, 0.6);
padding: 120px 40px;
margin-top: 50px;
margin-right: 5%;
color: white;
}
.cookie h1{
font-size: 5em;
}
.cookie p{
font-size: 1.5em;
}
h2{
text-align: center;
font-size: 300%;
}
.content img{
border-radius: 50%;
}
.content {
text-align: center;
width: 99%
}
.content h3 {
font-size: 200%;
}
.newlogo{
background: rgb(204, 41, 0);
width: 15%;
margin-left: 42%;
color: white;
font-weight: bold;
border-radius: 10%;
}
.aboutus{
background: rgb(217, 217, 217);
font-size: 130%;
display: inline-block;
}
.aboutus h2{
text-align: center;
font-size: 200%;;
}
.aboutus img{
float: left;
}
.contact{
background: rgb(0, 184, 230);
text-align: center;
color: white;
}
.contact p{
font-size: 200%;
}
.contact h2{
font-size: 2em;
}