Line 4: | Line 4: | ||
<style> | <style> | ||
.link_box { | .link_box { | ||
− | position: absolute; | + | position: absolute; |
opacity: 0.02; | opacity: 0.02; | ||
filter: alpha(opacity=2); | filter: alpha(opacity=2); | ||
Line 29: | Line 29: | ||
} | } | ||
.round_box { | .round_box { | ||
− | -webkit-border-radius: | + | -webkit-border-radius: 80px; |
− | -moz-border-radius: | + | -moz-border-radius: 80px; |
− | border-radius: | + | border-radius: 80px; |
− | width: | + | width: 160px; |
− | height: | + | height: 160px; |
} | } | ||
#box1 { | #box1 { | ||
top: 5px; | top: 5px; | ||
− | left: | + | left: 330px; |
} | } | ||
#box2 { | #box2 { | ||
− | top: | + | top: 40px; |
− | left: | + | left: 550px; |
} | } | ||
#box3 { | #box3 { | ||
− | top: | + | top: 220px; |
− | right: | + | right: 25px; |
} | } | ||
#box4 { | #box4 { | ||
− | top: | + | top: 400px; |
− | left: | + | left: 40px; |
} | } | ||
#box5 { | #box5 { |
Revision as of 21:20, 1 November 2017