Java/EncryptCredentials/src/main/webapp/resources/css/style.css [4:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
header {
    background-color: #007FFF;
    height: 75px;
    width: 100%;
}

header > div {
    color: #FFFFFF;
    font: bold 25.6px "segoe ui", arial, sans-serif;
    margin-left: 32px;
    padding-top: 19px;
}

main {
    margin: 0 auto;
    width: 100%;
}

section#text-container > div > div {
    font: 19px "segoe ui", arial, sans-serif;
}

.id-container {
	margin: 0 12px 0 16px;
}

.input-element {
	height: 30px;
	width: 280px;
	padding: 2px;
}

.send-button {
	width: 200px;
}

.password-text {
	margin-left: 24px;
}

#task-container {
	margin-bottom: 15px;
}

section#text-container {
    margin: 24px 40px;
}

footer > p {
    font: 16px "segoe ui", arial, sans-serif;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Python/Encrypt credentials/Encryption sample/static/css/index.css [4:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
header {
    background-color: #007FFF;
    height: 75px;
    width: 100%;
}

header > div {
    color: #FFFFFF;
    font: bold 25.6px "segoe ui", arial, sans-serif;
    margin-left: 32px;
    padding-top: 19px;
}

main {
    margin: 0 auto;
    width: 100%;
}

section#text-container > div > div {
    font: 19px "segoe ui", arial, sans-serif;
}

.id-container {
	margin: 0 12px 0 16px;
}

.input-element {
	height: 30px;
	width: 280px;
	padding: 2px;
}

.send-button {
	width: 200px;
}

.password-text {
	margin-left: 24px;
}

#task-container {
	margin-bottom: 15px;
}

section#text-container {
    margin: 24px 40px;
}

footer > p {
    font: 16px "segoe ui", arial, sans-serif;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



