Skip to content

Commit 41df708

Browse files
committed
Updated Less01 KS
1 parent 61bdc56 commit 41df708

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
body {
2+
width: 95%
3+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
4+
margin: 10px;
5+
padding: 10px;
6+
border: 1px solid rgb(214,214,214);
7+
border-radius: 8px;
8+
}
9+
10+
11+
h1 strong {
12+
border-bottom: 1px solid rgb(214,214,214);
13+
width: 100%;
14+
padding-bottom: 10px;
15+
16+
}
17+
h2{
18+
padding-top: 14px;
19+
padding-bottom: 10px;
20+
border-bottom: 1px solid rgb(214,214,214);
21+
}
22+
h3{
23+
border-bottom: 1px solid rgb(214,214,214);
24+
padding-bottom: 10px;
25+
font-size: 24px;
26+
font-weight: 600;
27+
}
28+
29+
li{
30+
line-height: 1.4;
31+
}
32+
h4{
33+
font-size: 20px;
34+
font-weight: 550;
35+
36+
37+
}
38+
span {
39+
color: #000;
40+
font-weight: 550;
41+
42+
}
43+
blockquote{
44+
color: rgb(91, 90, 90);
45+
border-left: 3px solid rgb(202, 204, 220);
46+
padding-left: 13px;
47+
}
48+
blockquote span{
49+
color: rgb(105, 103, 103);
50+
}
51+
.favorites {
52+
font-size: 13px;
53+
line-height: 2.5;
54+
}
55+
.camera {
56+
margin: 12px 0 0;
57+
font-size: 16px;
58+
font-weight: 600;
59+
}
60+
.image-container {
61+
width: 90%;
62+
background-repeat: no-repeat;
63+
display: flex;
64+
flex-direction: column;
65+
}
66+
.image-container p {
67+
font-size: 13px;
68+
font-weight: 550;
69+
margin: 24px 0 16px;
70+
}
71+
img{
72+
height: 605px:
73+
}
74+

0 commit comments

Comments
 (0)