added selenium testing example

This commit is contained in:
szabomarton
2025-04-11 09:14:43 +02:00
parent 53ca39a389
commit 32d021c04f
40 changed files with 19799 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
body {
background-color: #2a1906 !important;
color: #FFF5E1;
margin: 0;
padding: 0;
min-height: 100vh; /* Teljes képernyő lefedése */
}