Hi guys I don’t know how to edit CSS please don’t ask if you don’t know here is my first try its O.K. nothing fancy if you have wordpress go to Design>Edit CSS>put the code>click preview>then you will see my work in another tab
here is the code:
h1 { color: red;
background: red;
border: 2px solid red
padding: 0 0 0 0;
font-weight: bold;
}
/*begin: fire-works-theme */
body{
background-color:blue;
color:black;
font-family:comis-sans,sans-serif;
margin: 0 4px 0 0;
border: 12px solid;
}
h2 { color: black;
Ok here is another code
body {
font-family: arial, helvetica, sans-serif;
font-size: 80%;
color: black;
background-color: #ffc;
margin: 1em;
padding: 0;
}
/* By the way, this is a comment */
p {
line-height: 1.5em;
}
h1 {
color: #ffc;
background-color: #900;
font-size: 2em;
margin: 0;
margin-bottom: 0.5em;
padding: 0.25em;
font-style: italic;
text-align: center;
letter-spacing: 0.5em;
border-bottom-style: solid;
border-bottom-width: 0.5em;
border-bottom-color: #c00;
}
h2 {
color: white;
background-color: #090;
font-size: 1.5em;
margin: 0;
padding: 0.1em;
padding-left: 1em;
}
h3 {
color: #999;
font-size: 1.25em;
}
img {
border-style: dashed;
border-width: 2px;
border-color: #ccc;
}
a {
text-decoration: none;
}
strong {
font-style: italic;
text-transform: uppercase;
}
li {
color: #900;
font-style: italic;
}
table {
background-color: #ccc;
Also please who would be kind enough to make me an CSS code please?
}