Historisation Exemple
Exemple test historisé
This commit is contained in:
27
blog_mvc/vue/blog/style.css
Normal file
27
blog_mvc/vue/blog/style.css
Normal file
@@ -0,0 +1,27 @@
|
||||
h1, h3
|
||||
{
|
||||
text-align:center;
|
||||
}
|
||||
h3
|
||||
{
|
||||
background-color:black;
|
||||
color:white;
|
||||
font-size:0.9em;
|
||||
margin-bottom:0px;
|
||||
}
|
||||
.news p
|
||||
{
|
||||
background-color:#CCCCCC;
|
||||
margin-top:0px;
|
||||
}
|
||||
.news
|
||||
{
|
||||
width:70%;
|
||||
margin:auto;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
text-decoration: none;
|
||||
color: blue;
|
||||
}
|
||||
Reference in New Issue
Block a user