link style.css
This commit is contained in:
parent
a492989894
commit
f8d37fa32f
1 changed files with 1 additions and 11 deletions
12
index.php
12
index.php
|
@ -3,18 +3,8 @@
|
|||
<head>
|
||||
<title>furpsocial</title>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<style>
|
||||
:root {
|
||||
--accent: #32a852;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
||||
background: var(--accent);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#body-input {
|
||||
width: 99%;
|
||||
height: 150px;
|
||||
|
|
Reference in a new issue