-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
53 lines (41 loc) · 749 Bytes
/
styles.css
File metadata and controls
53 lines (41 loc) · 749 Bytes
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
body{
background:url("GitHub-logo1.jpg");
background-size:cover;
}
h1,h2{
margin-top:0;
margin-bottom:0;
}
#heads{
}
#e1{
color:rgb(20, 6, 6);
font-family:sans-serif;
display:flex;
flex-direction:row;
justify-content:row;
}
#e2,#e3{
margin-top:0;
margin-bottom:0;
color:rgba(18, 114, 26, 0.893);
font-family:sans-serif;
display:flex;
flex-direction:row;
justify-content:left;
}
#links{
width:60%;
display:flex;
flex-direction:column;
align-items:left;
align-content:space-around;
}
button{
color:red;
border-radius:10px ;
width:30%;
background-color:rgba(149, 255, 174, 0.529);
font-family:sans-serif;
padding:5px;
}