This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
73 lines (69 loc) · 1.58 KB
/
styles.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
body{
height: fit-content;
background-color: lightgray;
}
.mains{
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% ;
height: 100%;
margin:10%;
margin-top: 20px;
background-color: white;
border: 1px solid gray;
box-shadow: 1px 1px 7px black;
}
.mains h1{
width: fit-content;
border: 5px solid #e03c32;
margin:40px;
padding:20px;
align-content:center;
box-shadow: 1px 1px 7px black;
font-family:'Work Sans',sans-serif ;
font-weight: 800;
}
.mains #text{
border: 5px solid #e03c32;
margin:40px;
padding:20px;
align-content:center;
box-shadow: 1px 1px 7px black;
font-family: 'Roboto Slab', serif;
}
.mains #text h2{
font-size:23px ;
text-decoration: underline;
}
.mains #headerPhoto{
border: 5px solid #e03c32;
background-image: url("./resources/teamPhoto2019.jpg");
height:450px;
background-position: 50%;
background-repeat: no-repeat;
background-position-y: -2in;
width: 680px;
display: inline-table;
box-shadow: 1px 1px 7px black;
float: inline-end;
}
.mains #anouncments{
border: 5px solid #e03c32;
margin:40px;
padding:20px;
align-content:center;
box-shadow: 1px 1px 7px black;
font-family: 'Roboto Slab', serif;
width: 50%;
}
.mains #anouncment{
border: 2px solid lightgray;
margin:10px;
padding:20px;
align-content:center;
box-shadow: 1px 1px 7px black;
font-family: 'Roboto Slab', serif;
width: fit-content;
list-style-type: none;
border-radius: 20px;
}