This commit is contained in:
2023-06-25 08:37:40 +02:00
parent b35df1c126
commit 2a7110e000
+2
View File
@@ -32,6 +32,8 @@
.zoom { transition: transform .2s; } .zoom { transition: transform .2s; }
.zoom:hover { transform: scale(1.1); } .zoom:hover { transform: scale(1.1); }
h1 { font-family: 'Roboto'; font-weight: bold; font-style: italic; }
</style> </style>
</head> </head>
<body> <body>