tests versuch 2
This commit is contained in:
parent
fdf385fe06
commit
c88f7df83a
2363 changed files with 408191 additions and 0 deletions
42
Website/templates/documentation.css
Normal file
42
Website/templates/documentation.css
Normal file
|
@ -0,0 +1,42 @@
|
|||
body{
|
||||
background-color: rgb(255, 255, 255);
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 10em;
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 5em;
|
||||
color: rgb(0, 0, 0)
|
||||
}
|
||||
|
||||
#Infos{
|
||||
color: black;
|
||||
box-shadow: 3px 3px gray ;
|
||||
background-color: lightgreen;
|
||||
border-style: solid;
|
||||
border-radius: 40px;
|
||||
padding: 5px;
|
||||
border-width: 1px;
|
||||
border-color:white;
|
||||
margin-bottom: 50px;
|
||||
|
||||
}
|
||||
#text_header{
|
||||
color: black;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
#text{
|
||||
text-align: center;
|
||||
color: black;
|
||||
background-color: gray;
|
||||
border: 2px;
|
||||
border-style: dashed;
|
||||
border-color: white;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue