by P&T BROS | Sep 8, 2015 | Blog, HTML & CSS Tutorials, Web Designs |
Today, We are going to share how to add a hyperlink to an image using HTML image tag. You can also add border line or adjust the size of an image using some other extra tags. <a href=”www.pntbrother.com”><img src=”image-address.jpg”... by P&T BROS | Sep 7, 2015 | Blog, HTML & CSS Tutorials, Web Designs |
Nowadays, We are living with a lot of mobile devices such as laptops, cellphones, and tablets, and their screen sizes are all different and various. It became more complicated for web developers. What we are sharing today is about CSS media queries for iPad Mini. Hope... by P&T BROS | Sep 7, 2015 | Blog, HTML & CSS Tutorials, Web Designs |
Are you looking for CSS media queries for iPhone 6 & 6 Plus? We have examples of CSS media queries for iPhone 6 & 6 Plus by portrait and landscape size. Copy and paste the code onto your CSS stylesheet. Hope you make a wonderful website using this code. ... by P&T BROS | Sep 1, 2015 | Blog, HTML & CSS Tutorials, Web Designs |
Today, We are going to share about the CSS text properties. There is a lot of css text properties such as color, font-size, style, shadow, etc and it will be a lot helpful to create a stylish font style with those text properties. Size: It sets the font size of... by P&T BROS | Aug 21, 2015 | Blog, HTML & CSS Tutorials, Web Designs |
Today, We are going to share how to align text in CSS. Here are three examples of CSS alignment property (left, center, justify). Copy and paste the CSS code below. Hope it helps you to learn about CSS property. LEFT #text { font-size:14px; color:#333;... by P&T BROS | Aug 20, 2015 | Blog, HTML & CSS Tutorials, Web Designs |
Original Box (not applied margin property) ORIGINAL BOX (width:200px & height:200px) margin-top:100px; & margin-bottom:100px; & margin-right:100px; margin-bottom:100px; margin-top:100px; margin-bottom:100px; margin-right:100px; margin-left:100px;...