Add em & strong
This commit is contained in:
parent
5c3d826e32
commit
945a466dc5
3 changed files with 23 additions and 6 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
<title>Edgar P. Burkhart</title>
|
||||
|
||||
<link rel="icon" href="static/svg/logo-border.svg" />
|
||||
<link rel="stylesheet" href="static/css/main.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,8 +29,8 @@
|
|||
<h6>Hello World!</h6>
|
||||
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras eget
|
||||
mollis odio, ac facilisis lorem. Sed elit ipsum, rhoncus quis tortor ut,
|
||||
gravida aliquam neque. Proin ex nisl, cursus auctor consequat ac, molestie
|
||||
mollis odio, ac facilisis lorem. <em>Sed elit ipsum</em>, rhoncus quis tortor ut,
|
||||
gravida <strong>aliquam neque</strong>. Proin ex nisl, cursus auctor consequat ac, molestie
|
||||
quis nunc. <a href="#">Proin</a> lectus neque, rhoncus eget tincidunt sit amet,
|
||||
sollicitudin in justo. Fusce lacinia augue odio, et accumsan purus pulvinar
|
||||
ac. Sed sagittis urna in ipsum faucibus congue. Maecenas gravida massa non
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
*, *::before, *::after {
|
||||
box-sizing: border-box;
|
||||
font-style: inherit;
|
||||
}
|
||||
|
||||
:root {
|
||||
|
@ -16,7 +17,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: "Inter var", "Inter", sans-serif;
|
||||
font-family: "Inter var experimental", "Inter var", "Inter", sans-serif;
|
||||
color: var(--text);
|
||||
margin: 0;
|
||||
margin-top: 4rem;
|
||||
|
@ -37,9 +38,9 @@ h4 {font-size: 1.2rem}
|
|||
h5 {font-size: 1rem}
|
||||
h6 {font-size: .8rem}
|
||||
|
||||
p {
|
||||
line-height: 1.3rem;
|
||||
}
|
||||
p {line-height: 1.3rem}
|
||||
em {font-variation-settings: 'slnt' -5}
|
||||
strong {font-weight: 550}
|
||||
|
||||
a {
|
||||
color: var(--link);
|
||||
|
|
15
src/static/svg/logo-border.svg
Normal file
15
src/static/svg/logo-border.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<svg version="1.1"
|
||||
width="100"
|
||||
height="100"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
<path fill="#8ac149" stroke="black" stroke-width="2" d="M 60 40
|
||||
Q 80 45 75 55
|
||||
Q 75 50 55 50"/>
|
||||
<path fill="white" stroke="black" stroke-width="2" d="M 10,100
|
||||
v -50
|
||||
a 25 25 0 0 1 25 -25
|
||||
c 10 0 20 12 25 15
|
||||
l -5 10
|
||||
C 30 50 40 55 45 100"/>
|
||||
</svg>
|
After Width: | Height: | Size: 344 B |
Loading…
Reference in a new issue