File tree Expand file tree Collapse file tree 1 file changed +11
-24
lines changed Expand file tree Collapse file tree 1 file changed +11
-24
lines changed Original file line number Diff line number Diff line change 1
1
/* import fonts */
2
2
@import url ('https://fonts.googleapis.com/css2?family=Cousine&display=swap' );
3
3
4
- /* simple Body */
5
- /* body{ font-size: 16px; */
6
- /* color: black; */
7
- /* font-family: "Times New Roman", Times, serif; */
8
- /* background-color: #F1F0EC; /\* #F8F6F3; #F5F5F5; *\/ */
9
- /* width: 800px; */
10
- /* margin-left: 35px; */
11
- /* margin-right: auto; */
12
- /* margin-top: 20px; */
13
- /* margin-bottom: auto; */
14
- /* } */
15
-
16
-
17
- body {
18
- font-family : serif;
19
- font-style : normal;
20
- font-weight : 500 ;
21
- max-width : 800px ;
22
- margin-left : auto;
23
- margin-right : auto;
24
- background-color : # F1F0EC ; /* #F8F6F3; #F5F5F5; */
25
- padding : 1em ;
26
- margin : 0 auto;
27
- padding : 0.2em ;
4
+ /* simple Body */
5
+ body { font-size : 16px ;
6
+ color : black;
7
+ font-family : "Times New Roman" , Times, serif;
8
+ background-color : # F1F0EC ; /* #F8F6F3; #F5F5F5; */
9
+ width : 800px ;
10
+ margin-left : 35px ;
11
+ margin-right : auto;
12
+ margin-top : 20px ;
13
+ margin-bottom : auto;
28
14
}
29
15
30
16
17
+
31
18
/* contacts table */
32
19
.contacts {
33
20
font-family : "Cousine" ;
You can’t perform that action at this time.
0 commit comments