Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

div align right in css

#cTask {
  background-color: lightgreen;
}

#button {
  position: relative;
  float: right;
}

#addEventForm {
  position: relative;
  float: right;
  border: 2px solid #003B62;
  font-family: verdana;
  background-color: #B5CFE0;
  padding-left: 10px;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #div #align #css
ADD COMMENT
Topic
Name
6+8 =