-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesBootstrap.css
More file actions
80 lines (68 loc) · 1.26 KB
/
stylesBootstrap.css
File metadata and controls
80 lines (68 loc) · 1.26 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
.div{
padding: 35px;
margin-bottom: 400px;
}
h1{
color: white;
background-color: black;
border-top: 15px;
text-align: center;
width: fit-content;
height: fit-content;
font-family: Arial, Helvetica, sans-serif;
margin-top: 25px;
margin-bottom: 5px;
padding: 15px;
margin-left: auto;
margin-right: auto;
}
section{
background-color: grey;
border: 1px solid black;
margin: 5px;
min-height: 400px;
}
.section1{
background-color: crimson;
border: 1px solid black;
color: yellow;
}
.section2{
background-color: darkslategrey;
border: 1px solid black;
color: white;
}
h3{
min-height: 40px;
min-width: 115px;
width: fit-content;
height: fit-content;
color: white;
background-color: blue;
border: 1px solid black;
margin-top: -1px;
margin-right: -1px;
float: right;
padding: 10px;
margin-bottom: 15px;
text-align: center;
position: relative;
}
.h31{
color: white;
background-color: peru;
}
.h32{
color: white;
background-color: green;
}
p{
text-align: justify;
clear: both;
margin: 3%;
font-style: italic;
}
/* width: min-content;
height: min-content;
min-width: 10px;
min-height: 5px; */