L005. borders and paddings

on CLOUD 9 || graphics & layouts tutorials
Please Subscribe to read the full chapter

borders and paddings

 

 

 

1. A border can be added to the style of a group/object. You'll need to specify 3 information in the tag: border type, thickness of border and border colour.
 

<div style="float:left;width:200px;height:200px;border:solid 10px #D0DA99;"><img alt="" src="http://i.imgur.com/8Ozc35f.png" style="width:200px;height:200px;" /><div>

 

This is how the border would look like:
 

You can change the border thickness, border colour and border type as you like.
 

<div style="float:left;width:200px;height:200px;border:solid 50px #BC7E7D;"><img alt="" src="http://i.imgur.com/8Ozc35f.png" style="width:200px;height:200px;" />div>

 

 

 

 

2. I've listed down some of the border types you can use on AFF below:
 

solid

dotted

dashed

groove

outset

inset

 

You can also do a combination of the different types of border.
 

<div style="float:left;width:200px;height:200px;border-left:solid 5px #D0DA99;border-right:dotted 5px #D0DA99;border-bottom:dashed 5px #D0DA99;border-top:inset 5px #D0DA99;"><img alt="" src="http://i.imgur.com/8Ozc35f.png" style="width:200px;height:200px;" /><div>

 

 

 

 

3. Introducing padding to the group will give some space between the picture and the border.
 

<div style="float:left;width:200px;height:200px;border:solid 5px #D0DA99;padding:5px;"><img alt="" src="http://i.imgur.com/8Ozc35f.png" style="width:200px;height:200px;" /><div>

 


You also can change the size of the padding to your liking.
 <

Please Subscribe to read the full chapter
Like this story? Give it an Upvote!
Thank you!

Comments

You must be logged in to comment
LilMinMinniexx
#1
I'm currently learning how the coding works here (since there are quite a lot of code pieces that don't work here.) These are pretty good guides :)
gagnant
#2
Chapter 4: hi?
can I ask you how to make this one "like this story? give it an upvote"
schneizel
#3
i'm not a beginner, but i really need this to learn how to use more textures and stocks, and omf.
thanks for this; i'll be waiting for more!

also, may i request typography? it's always been a matter that i've been struggling with.
Vonchic
#4
Chapter 11: You have, by far, the most helpful tutorials I've seen around! Seriously, I've been reading coding tutorials these days and I still had questions left hanging even after I read those tuts! I think it's because you're not just showing one way to do something but that you're showing what happens if you do this and not that. I'm looking forward to your scrollbar tut as I'm having problems making the scrollbar transparent on top of a background image. I know it will take a long time before we even get to that tutorial but I'm hoping it's one of things you will address! Thank you and have a good day!