-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
100 lines (90 loc) · 1.75 KB
/
style.css
File metadata and controls
100 lines (90 loc) · 1.75 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
91
92
93
94
95
96
97
98
99
100
.head{
background-color: white;
}
body {
background-color: black;
}
img{
border-radius: 20.5%;
width: 30%;
align-self: right;
justify-content: right;
margin-left: 800;
}
.white-text{
color: white;
text-align: left;
}
.font {
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: left;
font-size: 180%;
font-weight:normal ;
}
.imgright{
display: block;
margin-left: auto;
margin-right: 10px;
padding-top: 50px;
width: 350px;
}
.content {
display: flex;
flex-direction: row;
}
.text {
flex: 1;
padding: 20px;
}
.image {
flex: 1;
padding: 20px;
text-align: right; /* Aligns the image to the right within its container */
}
button{
background-color: black;
border: 1px solid white;
padding: 10px 0px ;
width: 25%;
text-align: center;
text-decoration: none;
display: block;
align-self: left;
font-size: 17px;
transition-duration: 0.2s;
}
button:hover {
background-color: rgb(253, 253, 253);
border: 2px solid black;
/* border-radius: 20px; */
}
button:hover a{
color: black;
}
a{
text-decoration: none;
color: white;
}
h6{
color: white;
}
footer{
background-color:black;
font-family: 'Inconsolata', monospace;
text-align: center;
font-size: 150%;
font-weight:normal ;
margin-top: 10px;
border-width: 20px;
border-top: 1px solid white;
border-bottom: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
}
.center{
margin-left: auto;
margin-right: auto;
width: 2%;
border: none;
border-radius: none;
}