Search notes:

CSS property: box-sizing

box-sizing controls how a box's total width and height is calculated.
box-sizing can be set to one of the following two values:
content-box width and height control the size of the content box (thus the entire size of a box with border and padding will be larger). This is the default for most elements.
border-box width and height will take into account the size of border and padding. border-box is the default value for <table>, <select>, <button> as well for <input> whose type attribute is radio, checkbox, reset, button, submit, color or search.

See also

The CSS box model
CSS properties

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758200620, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/web/CSS/properties/box/sizing(48): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78