This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POSTGRES_PORT= | |
POSTGRES_HOST= | |
USER_SERVICE_POSTGRES_DB= | |
USER_SERVICE_POSTGRES_USER= | |
USER_SERVICE_POSTGRES_PASSWORD= | |
AUTH_SERVICE_POSTGRES_DB= | |
AUTH_SERVICE_POSTGRES_USER= | |
AUTH_SERVICE_POSTGRES_PASSWORD= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Bulb magic</title> | |
<style> | |
button { padding: 10px; margin: 60px; background-color: orange; | |
} | |
#bulb { | |
padding-left: 150px; | |
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>My Blog</title> | |
<style type="text/css"> | |
#main-header{ | |
text-align: center; | |
background-color: burlywood; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Hometask</title> | |
</head> | |
<body> | |
<h1>Heading One</h1> | |
<h2>Heading TWo</h2> | |
<h3>Heading Three</h3> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>My Blog</title> | |
<style type="text/css"> | |
#main-header{ | |
text-align: center; | |
background-color: burlywood; |