Search notes:

CSS: text-transform

<!DOCTYPE html>
<html>
<head>
  <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
  <title>text-transform</title>
</head>
<body>

  <div style='text-transform:none'      >foo BAR Baz</div> <!-- foo BAR Baz -->
  <div style='text-transform:capitalize'>foo BAR Baz</div> <!-- Foo BAR Baz -->
  <div style='text-transform:uppercase' >foo BAR Baz</div> <!-- FOO BAR BAZ -->
  <div style='text-transform:lowercase' >foo BAR Baz</div> <!-- foo bar baz -->
  <div style='text-transform:initial'   >foo BAR Baz</div> <!-- foo BAR Baz -->

</body>
</html>
Github repository about-css, path: /properties/text/transform.html

See also

text-transform is not related to the CSS properties transform, transform-box, transform-origin, transform-style property.
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...', 1759414300, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/web/CSS/properties/text/transform(56): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78