تصفح التصنيف

المضاف حديثا

المضاف حديثا الى السيرفر 29/08/2018

* { box-sizing: border-box; } .column { float: left; width: 33.33%; padding: 5px; } a:link { color: blue; background-color: transparent; text-decoration: none; } a:visited { color: red; background-color: transparent; text-decoration: none; } a:hover { color: red; background-color: transparent; text-decoration: underline; } a:active { color: yellow; background-color: transparent; text-decoration: underline; }…