Nah, untuk membuat footer tetap berada di bawah, ada beberapa cara:
Showing posts with label css. Show all posts
Showing posts with label css. Show all posts
Tuesday, 23 August 2016
Footer stay at the bottom
Nah, untuk membuat footer tetap berada di bawah, ada beberapa cara:
Thursday, 1 October 2015
Susunan kuat lemahnya styling CSS
Anda mempunyai suatu styling tetapi tidak jalan? Yakin selectornya sudah benar? Yakin stylingnya juga tidak salah ketik?
Berarti styling Anda ter-replace oleh styling lain. Simak beberapa sebabnya berikut.
Berarti styling Anda ter-replace oleh styling lain. Simak beberapa sebabnya berikut.
Wednesday, 10 December 2014
Persegi dengan tinggi sama dengan lebar, Responsive Box CSS only
Membuat persegi dengan CSS? Mudah tinggal buat elemen HTML misalkan div, kemudian beri style {height: 100px; width: 100px;}. Selesai.
Tapi bagaimana kalau kita ingin hasil yang responsif/ responsive design? Jadi berapa pun lebarnya, kita tak perlu mendeklarasikannya, tingginya bisa kita atur, dan, kita cuma perlu CSS, bisakah?
Yup, bisa. Bahkan kita bisa mengatur berapa prosentase tinggi dari lebarnya. Kali ini saya akan membahas hal tersebut.
Tapi bagaimana kalau kita ingin hasil yang responsif/ responsive design? Jadi berapa pun lebarnya, kita tak perlu mendeklarasikannya, tingginya bisa kita atur, dan, kita cuma perlu CSS, bisakah?
Yup, bisa. Bahkan kita bisa mengatur berapa prosentase tinggi dari lebarnya. Kali ini saya akan membahas hal tersebut.
Thursday, 27 November 2014
Collection of Sass Mixin
Andy.scss is an open-source collection of useful SASS mixins.
Here is the link http://gillesbertaux.com/andy/.
Unfortunately, no detailed documentations there, but it is pretty simple to use.
Maybe I'll cover this later,
and maybe in the future I will post something about Saas too.
Here is the link http://gillesbertaux.com/andy/.
Unfortunately, no detailed documentations there, but it is pretty simple to use.
Maybe I'll cover this later,
and maybe in the future I will post something about Saas too.
Monday, 24 November 2014
Learn Flexbox
CSS Flexible Box or Flexbox is simply a CSS layout model.
Using flexbox we do not need to rely on float anymore, and it could be responsive too.
I think flexbox will be used widely in the future, so we better start to learn now.
Anyway, flexbox is very cool and we must learn it, definitely.
Using flexbox we do not need to rely on float anymore, and it could be responsive too.
I think flexbox will be used widely in the future, so we better start to learn now.
Anyway, flexbox is very cool and we must learn it, definitely.
Tuesday, 18 November 2014
Easily add animation with Animate.css
So, how do we use it?
Monday, 10 November 2014
Berbagai CSS Selector
Ada banyak cara untuk mentarget elemen html. Dalam artikel kali ini saya akan membahas banyak cara tadi.
Tanpa basa-basi lagi, mari kita mulai.
Tanpa basa-basi lagi, mari kita mulai.
Friday, 18 April 2014
Subscribe to:
Posts (Atom)