-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
44 lines (39 loc) · 994 Bytes
/
style.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
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
*{
color: #ffffff;
text-align: justify;
/*background: #141414;*/
margin: 2px;
padding: 0%;
box-sizing: border-box;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
scroll-behavior: smooth;
}
header h2{
text-align: center;
}
/*.button button{
background: rosybrown;
align-items: justify;
font-size: 10px;
margin: 5px;
}*/
.home {
margin-top: 20px;
backface-visibility: 60%;
background-image: url("./images/thinkpad.jpg");
background-repeat: no-repeat;
background-position: 100% 0%;
background-size: 100%;
background-color: ;
}
.home .title{
margin-left: 20px;
font-weight: 1000;
/*text-align: center;*/
font-size: 20px;
color: greenyellow;
}
.basics .lists{
margin-left: 10px;
}