Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
Sketch2Code / 16903.html
RyanLi0802's picture
Uploaded Sketch2Code Files
a01128b verified
raw
history blame
32.5 kB
<html lang="en">
<head>
<style>
/* ! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
box-sizing: border-box;
/* 1 */
border-width: 0;
/* 2 */
border-style: solid;
/* 2 */
border-color: #e5e7eb;
/* 2 */
}
::before,
::after {
--tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
line-height: 1.5;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
-moz-tab-size: 4;
/* 3 */
tab-size: 4;
/* 3 */
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
font-family: 'Montserrat', sans-serif;
margin: 0;
/* 1 */
line-height: inherit;
/* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
height: 0;
/* 1 */
color: inherit;
/* 2 */
border-top-width: 1px;
/* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
color: inherit;
text-decoration: inherit;
}
p > a {
color:#247b9c;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
text-indent: 0;
/* 1 */
border-color: inherit;
/* 2 */
border-collapse: collapse;
/* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
font-weight: inherit;
/* 1 */
line-height: inherit;
/* 1 */
color: inherit;
/* 1 */
margin: 0;
/* 2 */
padding: 0;
/* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
/* 1 */
background-color: transparent;
/* 2 */
background-image: none;
/* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
opacity: 1;
/* 1 */
color: #9ca3af;
/* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
/* 1 */
vertical-align: middle;
/* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
max-width: 100%;
height: auto;
}
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
}
::-webkit-backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container {
max-width: 1536px;
}
}
.m-auto {
margin: auto;
}
.m-8 {
margin: 2rem;
}
.m-2 {
margin: 0.5rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.mt-8 {
margin-top: 2rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.ml-0 {
margin-left: 0px;
}
.ml-4 {
margin-left: 1rem;
}
.mr-12 {
margin-right: 3rem;
}
.ml-12 {
margin-left: 3rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mt-4 {
margin-top: 1rem;
}
.ml-6 {
margin-left: 1.5rem;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.grid {
display: grid;
}
.w-full {
width: 100%;
}
.w-10\/12 {
width: 83.333333%;
}
.flex-1 {
flex: 1 1 0%;
}
@keyframes bounce {
0%, 100% {
transform: translateY(-25%);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}
50% {
transform: none;
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
.animate-bounce {
animation: bounce 1s infinite;
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-nowrap {
flex-wrap: nowrap;
}
.items-center {
align-items: center;
}
.justify-between {
justify-content: space-between;
}
.gap-6 {
gap: 1.5rem;
}
.gap-4 {
gap: 1rem;
}
.gap-14 {
gap: 3.5rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-full {
border-radius: 9999px;
}
.border-0 {
border-width: 0px;
}
.border-b {
border-bottom-width: 1px;
}
.border-pink-500 {
--tw-border-opacity: 1;
border-color: rgb(236 72 153 / var(--tw-border-opacity));
}
.border-gray-700 {
--tw-border-opacity: 1;
border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.bg-cyan-400 {
--tw-bg-opacity: 1;
background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-50 {
--tw-bg-opacity: 1;
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-cyan-900 {
--tw-bg-opacity: 1;
background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.bg-cyan-800 {
--tw-bg-opacity: 1;
background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.bg-cyan-700 {
--tw-bg-opacity: 1;
background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.bg-cyan-500 {
--tw-bg-opacity: 1;
background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-gray-800 {
--tw-bg-opacity: 1;
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.p-6 {
padding: 1.5rem;
}
.p-1 {
padding: 0.25rem;
}
.p-4 {
padding: 1rem;
}
.p-2 {
padding: 0.5rem;
}
.p-8 {
padding: 2rem;
}
.p-3 {
padding: 0.75rem;
}
.p-5 {
padding: 1.25rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.pt-0 {
padding-top: 0px;
}
.pt-1 {
padding-top: 0.25rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.text-center {
text-align: center;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.font-semibold {
font-weight: 600;
}
.font-black {
font-weight: 900;
}
.font-bold {
font-weight: 700;
}
.leading-normal {
line-height: 1.5;
}
.tracking-tight {
letter-spacing: -0.025em;
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-50 {
--tw-text-opacity: 1;
color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-pink-500 {
--tw-text-opacity: 1;
color: rgb(236 72 153 / var(--tw-text-opacity));
}
.text-cyan-100 {
--tw-text-opacity: 1;
color: rgb(207 250 254 / var(--tw-text-opacity));
}
.text-gray-800 {
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-cyan-500 {
--tw-text-opacity: 1;
color: rgb(6 182 212 / var(--tw-text-opacity));
}
.text-cyan-600 {
--tw-text-opacity: 1;
color: rgb(8 145 178 / var(--tw-text-opacity));
}
.text-gray-200 {
--tw-text-opacity: 1;
color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-100 {
--tw-text-opacity: 1;
color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-700 {
--tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity));
}
.no-underline {
-webkit-text-decoration-line: none;
text-decoration-line: none;
}
.hover\:bg-pink-500:hover {
--tw-bg-opacity: 1;
background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-cyan-500:hover {
--tw-text-opacity: 1;
color: rgb(6 182 212 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.sm\:w-max {
width: max-content;
}
.sm\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
@media (min-width: 768px) {
.md\:ml-1 {
margin-left: 0.25rem;
}
.md\:mb-6 {
margin-bottom: 1.5rem;
}
.md\:mr-0 {
margin-right: 0px;
}
.md\:block {
display: block;
}
.md\:flex {
display: flex;
}
.md\:w-6\/12 {
width: 50%;
}
.md\:w-3\/5 {
width: 60%;
}
.md\:w-2\/5 {
width: 40%;
}
.md\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:flex-row {
flex-direction: row;
}
.md\:gap-0 {
gap: 0px;
}
.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.md\:bg-transparent {
background-color: transparent;
}
.md\:p-0 {
padding: 0px;
}
.md\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.md\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.md\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.md\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.md\:px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.md\:px-28 {
padding-left: 7rem;
padding-right: 7rem;
}
.md\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.md\:pt-2 {
padding-top: 0.5rem;
}
.md\:pt-1 {
padding-top: 0.25rem;
}
.md\:pl-6 {
padding-left: 1.5rem;
}
.md\:text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.md\:text-5xl {
font-size: 3rem;
line-height: 1;
}
.md\:text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.md\:text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.md\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.md\:text-base {
font-size: 1rem;
line-height: 1.5rem;
}
}
@media (min-width: 1024px) {
.lg\:w-auto {
width: auto;
}
.lg\:items-center {
align-items: center;
}
.lg\:gap-x-8 {
column-gap: 2rem;
}
.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.lg\:border-t-0 {
border-top-width: 0px;
}
.lg\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.lg\:pt-0 {
padding-top: 0px;
}
.lg\:pl-2 {
padding-left: 0.5rem;
}
}
/*
AREA PAGES
*/
.breadcrumbs {
font-size: 12px;
color: #CCCCCC;
line-height: 12px;
font-weight: 400;
font-family: cursive;
margin-bottom: 30px;
padding-bottom: 20px;
margin-top:-2rem;
}
.breadcrumbs a {
font-size: 16px;
font-family: 'Montserrat', sans-serif;
color: #666666;
margin-left: 8px;
margin-right: 8px;
font-weight: 700;
}
.breadcrumbs strong > a {
color: #06b6d6;
}
@media (max-width: 768px) {
.breadcrumbs a {
font-size: 14px;
margin-left: 4px;
margin-right: 4px;
font-weight: 700;
}
}
.area-content {
font-size: 1.25rem;
line-height: 1.75rem;
}
@media (max-width: 768px) {
.area-content {
font-size: 1rem;
line-height: 1.25rem;
}
}
.area-content p {
margin-top:2.75rem;
margin-bottom:2.75rem;
}
.area-content h1, h2 {
font-size: 2.25rem;
line-height: 2.5rem;
font-weight:900;
}
.area-content h3, h4 {
font-size: 2rem;
line-height: 2.25rem;
font-weight:700;
}
.area-content h5, h6 {
font-size: 1.85rem;
line-height: 2.25rem;
font-weight:700;
}
ul.nav.nav-list {
display:block;
margin-top:12px;
margin-bottom:12px;
padding: 0.5rem;
}
ul.nav.nav-list a {
background-color: #0e7490;
font-size: 0.875rem;
line-height: 1.25rem;
float: left;
border-radius: 9999px;
margin-bottom: 0.25rem;
padding: 0.5rem;
display:block;
width:100%;
}
@media (min-width: 768px) {
ul.nav.nav-list a {
width:31%;
margin-right: 1%;
}
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
</style>
<meta charset="utf-8">
<title>
Meet local singles in Bonogin, Gold Coast | Join Free
</title>
<meta content="Find single men and women in Bonogin, Gold coast looking for fun, friendship and relationships on Just Say G'day, Australia's most exciting dating website. Free photo profile account, sign up today. " name="description">
<meta content="width=device-width,initial-scale=1" name="viewport">
</head>
<body class="leading-normal" style="background-color:#243D80;">
<header>
<nav class="w-full">
<div class="container m-auto px-2 md:px-12 lg:px-6">
<div class="flex flex-wrap justify-between py-2 gap-6 md:py-4 md:gap-0">
<div class="flex justify-between lg:w-auto">
<a aria-label="logo">
<img alt="Just say g'day dating Logo" class="" height="auto" src="rick.jpg" width="240">
</a>
</div>
<div class="md:space-y-0 md:p-0 flex-nowrap md:bg-transparent lg:w-auto md:flex">
<div class="block w-full lg:items-center md:flex">
<ul class="pt-0 md:pt-2 lg:space-y-0 lg:space-x-2 lg:pt-0 lg:pl-2 items-center text-sm md:text-lg inline-flex md:flex">
<li>
<a>
<button class="py-2 ml-1 px-3 md:py-3 md:px-6 rounded-md text-center bg-cyan-400 sm:w-max" title="Log in" type="button">
<span class="block text-white font-semibold">
Sign in
</span>
</button>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</header>
<div class="pt-1 pb-4 md:pt-1">
<div class="container m-auto px-6 md:px-12 lg:px-6">
<div class="md:flex lg:gap-x-8">
<div class="space-y-6 md:pl-6 md:w-6/12">
<div class="font-black text-white text-4xl md:text-5xl mt-8">
Meet amazing singles today
</div>
<p class="text-white md:text-xl w-10/12">
Just say g'day to local singles looking for fun excitement and romance in your area right now
</p>
<div class="flex items-center text-gray-50 font-semibold text-sm md:text-xl">
Create your free profile to see your matches
</div>
<ul class="space-y-2 pt-2 md:space-y-0 lg:space-x-2 lg:pt-0 lg:pl-2 lg:border-t-0 lg:items-center text-xl md:flex">
<li>
<a>
<button class="w-full py-4 px-12 border-0 border-pink-500 bg-white text-pink-500 hover:text-white hover:bg-pink-500 rounded-md text-center sm:w-max" title="Join free" type="button">
<span class="block items-center text- font-semibold">
Join for free now
</span>
</button>
</a>
</li>
<li>
<a>
<button class="w-full ml-0 md:ml-1 py-4 px-12 rounded-md text-center bg-cyan-400 sm:w-max" title="Sign in" type="button">
<span class="block text-white font-semibold">
Sign in
</span>
</button>
</a>
</li>
</ul>
<div class="flex items-center text-cyan-100 font-semibold text-sm md:text-lg hover:text-cyan-500 ml-4">
<a title="over 50 dating Australia">
Over 50? Try
our mature dating site
</a>
</div>
</div>
<div class="md:block md:w-6/12">
<img alt="Online dating Australia" class="w-full" height="auto" src="rick.jpg" width="100%">
</div>
</div>
</div>
</div>
<!-- Content -->
<section class="bg-white text-center py-8">
<div class="container container mx-auto m-8">
<div class="breadcrumbs">
<div id="breadcrumbs" xmlns:v="">
<span typeof="v:Breadcrumb">
<a property="v:title" rel="v:url">
Home
</a>
&gt;
</span>
<span typeof="v:Breadcrumb">
<a property="v:title" rel="v:url">
Singles
</a>
&gt;
</span>
<span typeof="v:Breadcrumb">
<a property="v:title" rel="v:url">
Gold Coast
</a>
&gt;
</span>
<span typeof="v:Breadcrumb">
<strong>
<a>
Bonogin
</a>
</strong>
</span>
</div>
</div>
<div class="mr-12 ml-12 area-content">
<h1>
Singles Bonogin
</h1>
<p>
Finding singles in Bonogin is fun and easy with justsaygday.com. As one of Australia's leading matchmaking websites you have a great chance of meeting that special someone missing in your life.
</p>
<p>
Life as a single girl of guy in Bonogin can be fun but most of us are looking for someone to share the ups and downs of life, share experiences and cuddle up on those cold winter nights. With new members registering on Australia's hottest online dating website every month looking for friendship and romance, your dream date may be just a couple of click away.
</p>
<p>
Finding a date is fun and easy with our desktop and convenient mobile applications. Our latest smartphone application is the most powerful yet and best of all, there is no application to download and no fiddly installation instructions to follow, just sign up for free and visit
<a>
justsaygday.com
</a>
from any mobile device for instant access to the mobile application. From the mobile application you can access all the popular features as if you were on the desktop site as well as some mobile enhanced features like:
</p>
<ul>
<li>
Who's near me - find singles near you with the latest geo-location technologies without giving away your exact location
</li>
<li>
Upload photos and videos directly from your phones camera
</li>
<li>
Send 'icebreakers' and 'winks'
</li>
<li>
Advanced personality matching and automated suggestions
</li>
</ul>
<p>
</p>
<h4>
Find the guy who's right for you
</h4>
<p>
What's your idea of the perfect guy? Outgoing, sensitive, wild, gentle, tall, big, slim?
</p>
<p>
Find someone to share your life with. The next person you say g'day to might be the one.
</p>
<div class="container mx-auto p-8">
<!-- ////////////////// extra search links inc new 'dating' link -->
<a class="w-full ml-0 text-sm md:text-base p-1 font-semibold mt-1 inline-block rounded-full bg-gray-50 p-3 text-cyan-600 sm:w-max text-center">
Search single women in Bonogin
</a>
<a class="w-full ml-0 text-sm md:text-base p-1 font-semibold mt-1 inline-block rounded-full bg-gray-50 p-3 text-cyan-600 sm:w-max text-center">
Search single men in Bonogin
</a>
<a class="w-full ml-0 text-sm md:text-base p-1 font-semibold mt-1 inline-block rounded-full bg-gray-50 p-3 text-cyan-600 sm:w-max text-center">
Dating in Bonogin
</a>
</div>
</div>
</div>
</section>
<section class="bg-cyan-800 block py-8">
<div class="container mx-auto px-4 md:px-40">
<div class="flex flex-wrap">
<div class="w-full text-center text-gray-50">
<h3 class="col-heading">
Singles in
</h3>
<ul class="nav nav-list">
<li>
<a title="Singles in Advancetown">
Advancetown
</a>
</li>
<li>
<a title="Singles in Arundel">
Arundel
</a>
</li>
<li>
<a title="Singles in Arundel Bc">
Arundel Bc
</a>
</li>
<li>
<a title="Singles in Arundel Dc">
Arundel Dc
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- /////////////////////
Footer
//////////////////////// -->
<footer class="bg-gray-800">
<div class="container mx-auto px-8">
<div class="w-full flex flex-col md:flex-row py-12 gap-14">
<div class="flex-1 mb-6">
<span class="font-semibold p-5 text-xl text-white block">
Just Say G'day
</span>
<hr class="border-gray-700 border-1 ml-4">
<ul class="ml-2 mt-4 text-sm md:text-base inline-flex text-gray-200 font-semibold">
<li class="items-center inline-flex">
SSL secure
</li>
<li class="items-center inline-flex">
Scamalytics
</li>
</ul>
</div>
<div class="flex-1">
<p class="text-gray-50 font-semibold text-lg mt-1 md:mb-6">
Pages
</p>
<ul class="list-reset mb-6">
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a class="no-underline text-gray-100 hover:text-cyan-500">
Local singles
</a>
</li>
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a class="no-underline text-gray-100 hover:text-cyan-500">
Mature dating
</a>
</li>
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a class="no-underline text-gray-100 hover:text-cyan-500">
Blog
</a>
</li>
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a class="no-underline text-gray-100 hover:text-cyan-500">
Completing your dating profile
</a>
</li>
</ul>
</div>
<div class="flex-1">
<p class="text-gray-50 font-semibold text-lg mt-1 md:mb-6">
Company
</p>
<ul class="list-reset mb-6">
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a class="no-underline text-gray-100 hover:text-cyan-500">
Terms
</a>
</li>
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a class="no-underline text-gray-100 hover:text-cyan-500">
Privacy
</a>
</li>
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a class="no-underline text-gray-100 hover:text-cyan-500">
Cookies
</a>
</li>
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a class="no-underline text-gray-100 hover:text-cyan-500">
Facebook
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<div class="bg-gray-50">
<div class="container mx-auto text-gray-700 py-8 px-8">
&copy; Copyright notice - Site design and content copyright justsaygday.com
<br>
Individuals pictured are models and are used for illustrative purposes only.
</div>
</div>
</body>
</html>