-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
90 lines (81 loc) · 1.24 KB
/
style.css
File metadata and controls
90 lines (81 loc) · 1.24 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
/* Styles go here */
.jumbotron
{
padding-top: 5px;
padding-bottom: 15px;
margin-top: 10px;
border-radius: 15px;
}
element.style {
color: aliceblue;
}
body
{
background-image: url("images/coffee.jpeg");
background-repeat: no-repeat;
-webkit-background-size: cover;
}
p{
background-color: #ffa700;
color: red;
font-weight: bold;
width: 150;
}
.panel-heading
{
background-color: sandybrown;
}
h1
{
text-align: center;
color: #806100;
}
img:hover {
opacity: 0.5;
filter: alpha(opacity=50);
}
img{
width: 150px;
height:150px;
}
.btn
{
margin-top:5px;
}
hr
{
margin-top:5px;
margin-bottom: 8px;
}
.text-info
{
border-left-style:solid;
border-left-width:10px;
border-left-color:#6760f4;
padding:5px 5px 5px 10px;
font-size:150%;
}
.text-warning {
/*color: #0a714e;*/
color: black;
}
.box
{
/* border-radius: 20px; */
box-shadow: 1px 2px 10px chocolate;
/* padding:10px;*/
padding-top: 5px;
padding-bottom: 15px;
margin-top: 10px;
border-radius: 15px;
}
.text-muted
{
font-size:120%;
}
.label {font-size:800%;
padding-right:10px;
}
.jumbotron h1 {
color: #806100;
}