Einzelnen Beitrag anzeigen

Benutzerbild von Flocke
Flocke

Registriert seit: 9. Jun 2005
Ort: Unna
1.172 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#2

Re: CSS "objektorientiert"?

  Alt 1. Mär 2006, 09:15
Es könnte so gehen (bin mir aber nicht sicher):
Code:
.btn {
   background-color: #1D317B;
   color: #FFFFFF;
   width: 100px;
   text-align: center;
   padding: 5px;
}

.btn_home {
   float: left;
}

.btn_contact {
   float: right;
}
Benutzung:
Code:
<div class="btn btn_home"> ... </div>
<div class="btn btn_contact"> ... </div>
Volker
Besucht meine Garage
Aktuell: RtfLabel 1.3d, PrintToFile 1.4
  Mit Zitat antworten Zitat