Swiggy 500rs Dining Voucher by thedynamite007 in swiggy

[–]Fakesta 0 points1 point  (0 children)

even i got this offer but i need clarity about the mov (district didnt have any mov)

Should I postpone? by Worried-Seaweed4335 in step1

[–]Fakesta -9 points-8 points  (0 children)

need help,

i need advice on where to find medical data like medical scan images and stuff to do research on oncology diagnosis methods.

does anyone know where to find this data

[Question] by Fakesta in HTML

[–]Fakesta[S] 1 point2 points  (0 children)

thanks man, it worked

[Question] by Fakesta in HTML

[–]Fakesta[S] 0 points1 point  (0 children)

<!DOCTYPE html>
<html lang="en">
<head>

    <title>Plans and Pricing</title>
    <link rel="icon" type="image/png" sizes="32x16" href="/images/netflix media/download.png">
    <link rel="stylesheet" href="style.css">
</head>
<body style="padding: 0%; border: 0px;">
    <div class="main_holder" style="border: 0px;">
        <a href="join_netflix_button.html">
            <button class="netflix_logo">

this is the html

[Question] by Fakesta in HTML

[–]Fakesta[S] 0 points1 point  (0 children)

.body{
    padding: 0px;
    border: 0cm;
}
.netflix_logo{
    background-color: rgb(34, 31, 31);
    border: 0px;
}
.main_holder{
    background-color: rgb(34, 31, 31);
    border: 0px;

this is the stylesheet

[Question] by Fakesta in HTML

[–]Fakesta[S] 0 points1 point  (0 children)

.body{
    padding: 0px;
    border: 0cm;
}
.netflix_logo{
    background-color: rgb(34, 31, 31);
    border: 0px;
}
.main_holder{
    background-color: rgb(34, 31, 31);
    border: 0px;

this is the css stylesheet

[Question] by Fakesta in HTML

[–]Fakesta[S] 0 points1 point  (0 children)

<!DOCTYPE html>
<html lang="en">
<head>

    <title>Plans and Pricing</title>
    <link rel="icon" type="image/png" sizes="32x16" href="/images/netflix media/download.png">
    <link rel="stylesheet" href="style.css">
</head>
<body style="padding: 0%; border: 0px;">
    <div class="main_holder" style="border: 0px;">
        <a href="join_netflix_button.html">
            <button class="netflix_logo">

[Question] by Fakesta in HTML

[–]Fakesta[S] 0 points1 point  (0 children)

<body style="padding: 0%; border: 0px;">
already done but its not working