NEDCO FRAMEWORK NEDCO is a state enterprise in Trinidad and Tobago, tasked with developing the MSE sector through the provision of loans, business training & entrepreneurial support services.
CONNECT WITH US
NEDCO is a state enterprise in Trinidad and Tobago, tasked with developing the MSE sector through the provision of loans, business training & entrepreneurial support services.
CONNECT WITH US
Circular Social Icons
/* Wrapper container for layout */ .social-container { display: flex; gap: 5px; padding: 8px; } /* The circular background link */ .social-circle { display: flex; align-items: center; justify-content: center; width: 32px; /* Width of the circle */ height: 32px; /* Height of the circle */ border-radius: 50%; /* Makes it a perfect circle */ color: #ffffff; /* Icon color (white) */ font-size: 15px; /* Size of the icon inside */ text-decoration: none; transition: transform 0.3s, opacity 0.3s; } /* Social Media Brand Background Colors */ .facebook { background-color: #d3d3d3; } .twitter { background-color: #d3d3d3; } .instagram { background-color: #d3d3d3; } .youtube { background-color: #d3d3d3; } /* Hover Effects */ .social-circle:hover { transform: scale(1.1); /* Slightly enlarges the circle */ /*opacity: 0.9;*/ /* Slight fade effect */ background-color: #007bff; }
/* Wrapper container for layout */ .social-container { display: flex; gap: 5px; padding: 8px; } /* The circular background link */ .social-circle { display: flex; align-items: center; justify-content: center; width: 32px; /* Width of the circle */ height: 32px; /* Height of the circle */ border-radius: 50%; /* Makes it a perfect circle */ color: #ffffff; /* Icon color (white) */ font-size: 15px; /* Size of the icon inside */ text-decoration: none; transition: transform 0.3s, opacity 0.3s; } /* Social Media Brand Background Colors */ .facebook { background-color: #d3d3d3; } .twitter { background-color: #d3d3d3; } .instagram { background-color: #d3d3d3; } .youtube { background-color: #d3d3d3; } /* Hover Effects */ .social-circle:hover { transform: scale(1.1); /* Slightly enlarges the circle */ /*opacity: 0.9;*/ /* Slight fade effect */ background-color: #007bff; }