Search notes:

CSS: Gradient related functions

CSS functions related to gradients include
These functions also come as repeating-X-gradient()

radial-gradient, circle at center

<style>
html, body {
  height: 100%;
  margin: 0;
}

body {
  background: radial-gradient(
    circle at center,
    #667eea 0%,
    #764ba2 100%
  );
}
</style>
Github repository about-CSS, path: /functions/gradient/radial_circle-at-center.html

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:51 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(51): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(66): id_of(Object(PDO), 'uri', '/notes/developm...') #2 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1788526463, '216.73.217.21', 'Mozilla/5.0 App...', NULL) #3 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/web/CSS/functions/gradient/index(57): insert_webrequest() #4 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 51