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>
|
<head>
|
||||||
<title>furpsocial</title>
|
<title>furpsocial</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
<style>
|
<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 {
|
#body-input {
|
||||||
width: 99%;
|
width: 99%;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
|
Reference in a new issue