Difference between revisions of "project03:Frontpage"

From uf
Jump to: navigation, search
(Floris van Buren)
(Floris van Buren)
Line 16: Line 16:
  
 
<div style="float:left; width: 120px; height 30px; border: 2px solid #aaa; margin-right:10px;" align="center">[[project03:diverse|'''diverse ''']]</div>
 
<div style="float:left; width: 120px; height 30px; border: 2px solid #aaa; margin-right:10px;" align="center">[[project03:diverse|'''diverse ''']]</div>
</div>
 
  
{{Clickable button|This is a button}}
+
 
 +
<head>
 +
<style>
 +
.button {
 +
    background-color: #4CAF50; /* Green */
 +
    border: none;
 +
    color: white;
 +
    padding: 15px 32px;
 +
    text-align: center;
 +
    text-decoration: none;
 +
    display: inline-block;
 +
    margin: 4px 2px;
 +
    cursor: pointer;
 +
}
 +
 
 +
.button1 {font-size: 10px;}
 +
.button2 {font-size: 12px;}
 +
.button3 {font-size: 16px;}
 +
.button4 {font-size: 20px;}
 +
.button5 {font-size: 24px;}
 +
</style>
 +
</head>
 +
 
 +
 
 +
</div>

Revision as of 14:22, 3 October 2017


Floris van Buren

project 3


<head> <style> .button {

   background-color: #4CAF50; /* Green */
   border: none;
   color: white;
   padding: 15px 32px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   margin: 4px 2px;
   cursor: pointer;

}

.button1 {font-size: 10px;} .button2 {font-size: 12px;} .button3 {font-size: 16px;} .button4 {font-size: 20px;} .button5 {font-size: 24px;} </style> </head>