Skip to content

Commit 5b0a3b5

Browse files
p:regular update
1 parent 791d225 commit 5b0a3b5

File tree

1 file changed

+11
-24
lines changed

1 file changed

+11
-24
lines changed

pietrohome.css

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,20 @@
11
/* import fonts */
22
@import url('https://fonts.googleapis.com/css2?family=Cousine&display=swap');
33

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;
2814
}
2915

3016

17+
3118
/* contacts table */
3219
.contacts {
3320
font-family: "Cousine";

0 commit comments

Comments
 (0)