Do it yourself: CSS für Profil und Blog
09.08.2016 um 01:54Tut mir leid falls es schon gefragt wurde, aber wie kann ich die Schrift fett machen und in eine andere Form bringen?
Danke schonmal im Vorraus
Danke schonmal im Vorraus
<style>body {font-size:16px;font-family:Trebuchet MS;}</style>
[b]Text zentriert und fett[/b]
Ist das Leben nicht komisch ? So viele Fragen und niemand kann sie beantworten, so viele Gedanken jedoch ohne jegliche Struktur..
<style>
.meinText {
background: rgba(0,0,0,0.7);
padding: 10px;
font-family: "Times New Roman", Serif;
font-size: 20px;
font-weight: 700;
color: darkred;
}
</style>
Ist das Leben nicht komisch ? So viele Fragen und niemand kann sie beantworten, so viele Gedanken jedoch ohne jegliche Struktur..
nodoc schrieb:Kann mir jemand sagen wie ich hier einen code so einstelle, dass er beim anklicken....Code anzeigen....auch als code erscheint?Ja, mach einfach wie zitieren und ersetze zwischen den eckigen Klammern jeweils das Wort "ZITAT" durch das Wort "code"
body {
background: url(https://www.allmystery.de/static/upics/b2c972_carl_burton_2.gif);
background-color: #000000;
background-attachment: fixed;
}
body {
background:https://www.allmystery.de/static/upics/b2c972_carl_burton_2.gif;
background-color: #000000;
background-attachment: fixed;
}
<style type="text/css">
.infoleiste,
.sound {
display: none !important;
}
#blog-entries {
width: 100%;
max-width: 720px;
}
#sidebar {
width: 310px;
position: absolute;
right: 0;
top: 140px;
border: 1px solid #40404C;
background: #2B2B2B;
text-align: left;
box-sizing: border-box;
z-index: 999;
}..............uswusw.
<style>
body {
background: url(https://www.allmystery.de/static/upics/b2c972_carl_burton_2.gif);
background-color: #000000;
background-attachment: fixed;
}
</style>