-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
71 lines (53 loc) · 1.89 KB
/
Style.css
File metadata and controls
71 lines (53 loc) · 1.89 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
h1 {
border-bottom: 5px solid Black;
color: Red;
font-size: 42px;
text-align: center;
}
div.vertical-line{
width: 1px; /* Line width */
background-color: black; /* Line color */
height: 100%; /* Override in-line if you want specific height. */
float: right; /* Causes the line to float to left of content.
You can instead use position:absolute or display:inline-block
if this fits better with your design */
}
.flex-container {
display: flex;
flex-direction: column;
background-image: url("https://russianhacker44.github.io/https/russianhacker44.github.io/Background1.png");
width: 450px; height: 400px;
}
.flex-container > div {
text-align:center; font: 20px arial, sans-serif; color: white;
width: 200px; border: 10px white; height: 150px; url("https://russianhacker44.github.io/https/russianhacker44.github.io/Background1.png");
margin:0 auto; float: left;
}
.flex-text {
position: relative;
top: 50%;
bottom: 50%;
transform: translateY(-50%);
font-size: 20px; font-family: Vendura;
text-decoration: none; color:white; background-color:black; padding:20px;
}
#li1 {
font-size: 25px;
font-family: Vendura;
}
#date-location { text-align:center; border: 1px solid #006699; padding: 4px; z-index: 2; }
.date-font { color: #006699; font: 20px arial, sans-serif; font-weight: bold; }
#About {
text-align:center; font: 20px arial, sans-serif; color: white;
width: 100px; border: 10px white; height: 100px; background-color: gray;
margin:0 auto; float: right;
}
.Background {
background-image: url("https://russianhacker44.github.io/https/russianhacker44.github.io/Background1.png");
}
body {
background-image: url("https://russianhacker44.github.io/https/russianhacker44.github.io/Background1.png");
}
p {
background-image: url("https://russianhacker44.github.io/https/russianhacker44.github.io/Background1.png");
}