aboutsummaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-04-19 15:51:17 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-04-19 15:51:17 +0200
commitd03f2fe7342c103fe1c93c1fef7eb44e8b7cf8c3 (patch)
tree6afc7071547d4adc0e4f460ca33d4ea5f07ed5bb /src/css
parentc6a5666f6fdf70cca642514a654bfb7340766bf5 (diff)
downloadsite-d03f2fe7342c103fe1c93c1fef7eb44e8b7cf8c3.tar.gz
site-d03f2fe7342c103fe1c93c1fef7eb44e8b7cf8c3.zip
ajout d'une page jitsi
Diffstat (limited to 'src/css')
-rw-r--r--src/css/main.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/css/main.css b/src/css/main.css
index 3cee741..048075b 100644
--- a/src/css/main.css
+++ b/src/css/main.css
@@ -4,6 +4,7 @@
}
* {
font-family: Heroes;
+ font-size: 1em;
margin: 0;
padding: 0;
}
@@ -54,6 +55,9 @@ nav {
.spacing {
margin-top: 1em;
}
+.spacing2 {
+ margin-top: 3em;
+}
header > .container > h1 {
margin: 10px 0px -27px 0px;
@@ -109,3 +113,22 @@ header > .container > .menu-item > a, header > .container > .menu-item > span {
.center {
text-align: center;
}
+
+input {
+ border: 0.1em black solid;
+ width: 50%;
+ min-width: 300px;
+ font-size: 1.6em;
+ border: 0.1em black solid;
+ padding: 0.3em;
+}
+
+.button {
+ padding: 0.3em;
+ background-color: #519c60;
+ font-size: 1.6em;
+ border: 0.1em solid #519c60;
+ color: white;
+ margin: 0em 0em 0em 1em;
+ text-decoration: none;
+}