forked from bton/matekasse
Documentation test
This commit is contained in:
parent
49bb97d4c3
commit
cda317cdd0
2 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@ body{
|
|||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
#Überschrift{
|
||||
#header{
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
|
@ -19,7 +19,12 @@ body{
|
|||
margin-bottom: 50px;
|
||||
|
||||
}
|
||||
#text_Infos1{
|
||||
#text_header{
|
||||
color: black;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
#text{
|
||||
text-align: center;
|
||||
color: black;
|
||||
background-color: gray;
|
||||
|
@ -29,7 +34,3 @@ body{
|
|||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#Überschrift_Infos1{
|
||||
color: rgb(7, 253, 7);
|
||||
text-shadow: 5px 3px rgb(114, 99, 99);
|
||||
}
|
|
@ -7,13 +7,12 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<font id="Überschrift" size="+5"> <u>Documentation</u> </font>
|
||||
<p> </p>
|
||||
<div id="Infos">
|
||||
<p> <a href="/">index page</a> | <a href="/list">user and tag list</a></p>
|
||||
</div>
|
||||
<div id="Text_Infos1">
|
||||
<font id="Überschrift_Infos1" size="+4"> <u>Documentation</u> </font>
|
||||
<font id="header" size="+5"> <u>Documentation</u> </font>
|
||||
<p> </p>
|
||||
<div id="text">
|
||||
<p>Documentation</p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue