-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
105 lines (87 loc) · 1.4 KB
/
style.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
.Wraper{
width: 100%;
min-width: 600px;
height: 100%;
margin: auto;
background-image: url(Images/background.jpeg.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.Name{background-color: rgb(70 46 82);
text-align: center;
margin:2px 0px;
color: rgb(63 190 213);
}
#ContenT{
border: 1px solid white;
width:75px;
font-size: 18px;
background-color: #343a40;
color: white;
margin: 5px;
}
#SidebaR{
border: 1px solid white;
width:110px;
width:70px;
font-size: 18px;
background-color: #343a40;
color: white;
margin: 5px;
}
.h2Element{
border: 1px solid white;
width:135px;
width:78px;
font-size: 18px;
background-color: #343a40;
color: white;
margin: 5px;
}
.content{
background-color:rgba(135, 206, 235, 0.5);
background-size: ;
width: 70%;
height: 100%;
float: left;
}
.sideBar{
background-color:rgba(255, 192, 203, 0.5);
width: 30%;
height: 100%;
float: right;
border: 2px solid grey;
}
/*.jumbotron{
margin-bottom: 0px;
background-color:rgba(135, 206, 235, 0.5);
width: 70%;
float: left;
}*/
.display-4{
color: #343a40;
font-weight: bolder;
text-align: center;
}
p{
margin: 0px 10px;
font-weight: bold;
font-size:17px;
}
.lead{
font-weight: bold;
}
.btn-lg{
margin: 5px;
background-color: rgb(70 46 82);
color: white;
}
.nav-item{
padding:0px 80px 0px 0px;
}
footer{
background-color: #343a40;
color: white;
text-align: right;
clear: both;
}